home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 238
- Top = 104
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 325
- ClientWidth = 349
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 20
- object Panel1: TPanel
- Left = 10
- Top = 10
- Width = 311
- Height = 255
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 10
- Top = 10
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 78
- Top = 12
- Width = 155
- Height = 16
- Caption = 'Data Dictionary Maker'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 78
- Top = 42
- Width = 78
- Height = 16
- Caption = 'Version 1.0'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 10
- Top = 68
- Width = 225
- Height = 16
- Caption = 'Copyright 1995 Brandon C. Smith'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object AddressMemo: TMemo
- Left = 8
- Top = 88
- Width = 281
- Height = 97
- Color = clBtnFace
- Lines.Strings = (
- 'Synature'
- 'RR 2, Box 229-5'
- 'Mansfield, Missouri 65704 USA'
- 'email: Synature@aol.com')
- TabOrder = 0
- end
- object CommentMemo: TMemo
- Left = 8
- Top = 200
- Width = 281
- Height = 41
- Color = clBtnFace
- Lines.Strings = (
- 'CommentMemo')
- TabOrder = 1
- end
- end
- object OKButton: TBitBtn
- Left = 123
- Top = 279
- Width = 96
- Height = 33
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = OKButtonClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- end
-